.index,
#course_list,
#course_detail,
#teacher_list,
#teacher_detail,
#school_detail,
#school_not_certified_list,
#school_list,
#course_all {
    
    position: relative;
    z-index: 3;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(3px);
}
.pageBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/bg/index1.png) no-repeat;
    background-size: 100vw 100vh;
    /* filter: blur(3px); */
}
.index #public_horizontal_nav {
    margin-bottom: 3%;
}

.index #public_course_list .item {
    width: 18.8%;
    margin: 2vh 1.5% 0 0;
}

.index #public_teacher_list .item {
    width: 18.8%;
    margin: 2% 1.5% 0 0;
}


/* 首页 */

#index .pos_abs_center {
    top: 44%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

#index #public_main .search_box {
    width: 43%;
    margin: 0 auto;
}

#index #public_main .search_box img {
    margin: 0 auto;
    width: 90%;
}

#index #public_main .search {
    margin-top: 62px;
    background-color: #fff;
    height: 88px;
    border-radius: 88px;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
}

#index #public_main .search input {
    width: 70%;
    height: 100%;
    display: inline-block;
    border: none;
    padding-left: 15px;
    font-size: 24px;
}

#index #public_main .search input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

#index #public_main .search button {
    width: 30%;
    font-size: 28px;
    color: #fff;
    background-color: #BB271A;
    border-radius: 72px;
    height: 100%;
}

#index #public_main .introduce {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.64px;
    width: 100%;
    position: absolute;
    bottom: 10px;
}

#index #public_footer {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}


/* 课程 */

#course_certified .course_list {
    position: relative;
}

#course_certified .course_list .swiper-slide {
    width: 100%!important;
    padding: 0 1px;
    box-sizing: border-box;
    overflow: hidden;
}

#course_certified .arrow {
    position: absolute;
    width: 110px;
    right: 0;
    top: 2px;
}

#course_certified .arrow .swiper-button-next {
    right: 0;
}

#course_certified .arrow .swiper-button-prev {
    left: 0;
}

#course_certified .arrow .swiper-button-next,
#course_certified .arrow .swiper-button-prev {
    color: #fff;
    --swiper-navigation-size: 20px;
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    top: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.80);
    box-sizing: border-box;
}

#course_certified .arrow .swiper-button-next.swiper-button-disabled,
#course_certified .arrow .swiper-button-prev.swiper-button-disabled {
    border: none;
}


/* 课程-所有类别 */

#course_all #public_course_list {
    display: block!important;
}

#course_all #public_course_list li {
    display: block;
}

#course_all #public_course_list .item:last-of-type {
    margin: 2% 2% 0 0!important;
}

#course_all #public_main .category_list {
    display: flex;
    flex-wrap: wrap;
}

#course_all #public_main .category_list li {
    width: 18.8%;
    margin: 2vh 1.5% 0 0;
}

#course_all #public_main .category_list a {
    color: #FFF;
    font-size: 16px;
    line-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.40);
    justify-content: space-between;
    padding: 11px 20px 11px 20px;
}

#course_all #public_main .category_list a p {
    display: flex;
    align-items: center;
}

#course_all #public_main .category_list a p img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

#course_all #public_main .category_list a .more {
    width: 6px;
    height: 12px;
}


/* 课程详情 */

#course_detail .detail_top {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(8, 14, 24, 0.55);
    /* backdrop-filter: blur(20px); */
    overflow: hidden;
    padding: 2.5%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

#course_detail .detail_top #J_prismPlayer {
    width: 50%!important;
    min-height: 359px!important;
    max-height: 100%!important;
    border-radius: 12px;
    overflow: hidden;
}

#course_detail .detail_top .detail_top_r {
    width: 46%;
}

#course_detail .detail_top .detail_top_r .title_collect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(217, 217, 217, 0.30);
    padding-bottom: 32px;
}

#course_detail .detail_top .detail_top_r .title_collect h5 {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
}

#course_detail .detail_top .detail_top_r .title_collect ol {
    display: flex;
    color: #FFF;
    margin-top: 12px;
}

#course_detail .detail_top .detail_top_r .title_collect ol li {
    position: relative;
    margin-right: 12px;
}

#course_detail .detail_top .detail_top_r .title_collect ol li::after {
    content: '';
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: rgba(217, 217, 217, 0.30);
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}

#course_detail .detail_top .detail_top_r .title_collect ol li:last-of-type::after {
    height: 0;
}

#course_detail .detail_top .detail_top_r .title_collect ul {
    display: flex;
}

#course_detail .detail_top .detail_top_r .title_collect ul img {
    display: inline-block;
    width: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

#course_detail .detail_top .detail_top_r .title_collect ul li {
    margin-left: 32px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    fill: rgba(255, 255, 255, 0.30);
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(6.424731254577637px);
    padding: 0 18px;
    border-radius: 40px;
    border: 1px solid rgba(217, 217, 217, 0.30);
    cursor: pointer;
    display: flex;
    align-items: center;
}

#course_detail .detail_top .detail_top_r .title_collect ul li:first-of-type {
    margin-left: 0;
}

#course_detail .detail_top .detail_top_r .introduction {
    color: #FFF;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.30);
    padding: 24px 20px;
    margin-top: 32px;
}

#course_detail .detail_top .detail_top_r .introduction dt {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 12px;
}

#course_detail .detail_top .detail_top_r .introduction dd {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

#course_detail .detail_top .detail_top_r .introduction dd img {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 14px;
}

#course_detail .detail_top .detail_top_r .application {
    display: flex;
    align-items: center;
    margin-top: 28px;
}

#course_detail .detail_top .detail_top_r .application a {
    display: inline-block;
    line-height: 44px;
    color: #BB271A;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    padding: 0 38px;
    border-radius: 40px;
    margin-right: 20px;
}

#course_detail .detail_top .detail_top_r .application span {
    color: #FFF;
    line-height: 20px;
}

#course_detail .detail_bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

#course_detail .detail_bottom .detail_bottom_l {
    width: 66%;
}

#course_detail .detail_bottom .detail_bottom_l dl {
    margin-top: 35px;
    color: #fff;
}

#course_detail .detail_bottom .detail_bottom_l dl dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

#course_detail .detail_bottom .detail_bottom_l dl dd {
    line-height: 28px;
    margin-top: 12px;
}

#course_detail .detail_bottom .detail_bottom_l dl dd ol {
    display: flex;
}

#course_detail .detail_bottom .detail_bottom_l dl dd ol li {
    margin-right: 16px;
    padding: 0 12px;
    border-radius: 4px;
    border: 1px solid #FFF;
}

#course_detail .detail_bottom .detail_bottom_l dl dd ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

#course_detail .detail_bottom .detail_bottom_l dl dd ul li {
    border-radius: 4px;
    background-color: rgba(217, 217, 217, 0.20);
    width: 31.5%;
    padding: 24px 20px 30px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 1.5% 1.5% 0;
}

#course_detail .detail_bottom .detail_bottom_l dl dd ul li>img {
    width: 20px;
    height: 20px;
    display: inline-block;
}

#course_detail .detail_bottom .detail_bottom_l dl dd ul li .img_name_school {
    display: flex;
}

#course_detail .detail_bottom .detail_bottom_l dl dd ul li .img_parent {
    width: 56px;
    height: 56px;
    position: relative;
    margin-right: 14px;
}

#course_detail .detail_bottom .detail_bottom_l dl dd ul li .img_parent img {
    border-radius: 50%;
    width: 56px;
    height: 56px;
}
#course_detail .detail_bottom .detail_bottom_l dl dd ul li .img_parent #public_role {
    color: #FFF;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    position: absolute;
    z-index: 1;
    bottom: -8px;
    background-color: #7C5E29;
    border-radius: 18px;
    display: inline-block;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
}

#course_detail .detail_bottom .detail_bottom_l dl dd ul li .img_name_school h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

#course_detail .detail_bottom .detail_bottom_l dl dd ul li .img_name_school p {
    line-height: 20px;
    margin-top: 5px;
}

#course_detail .detail_bottom .detail_bottom_r {
    width: 32.5%;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_t,
#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_b {
    border-radius: 12px;
    border: 0.803px solid rgba(255, 255, 255, 0.40);
    background: rgba(8, 14, 24, 0.40);
    backdrop-filter: blur(20px);
    padding: 32px;
    box-sizing: border-box;
    color: #fff;
}

#course_detail .detail_bottom .detail_bottom_r h4 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 28px;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_t p {
    line-height: 28px;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_t .img_name_school {
    display: flex;
    margin-bottom: 28px;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_t .img_name_school img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-right: 24px;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_t .img_name_school h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    align-items: center;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_t .img_name_school h5 #public_role {
    font-size: 14px;
    padding: 0 12px;
    margin-left: 12px;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_t .img_name_school ol {
    display: flex;
    margin-top: 20px;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_t .img_name_school ol li {
    position: relative;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_t .img_name_school ol li:first-of-type:after {
    content: '';
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: rgba(217, 217, 217, 0.30);
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_t .img_name_school ol li img {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 0;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_t #public_more {
    margin-top: 17px;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_b {
    margin-top: 20px;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_b ul>li {
    margin-bottom: 23px;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_b li img {
    border-radius: 6px;
    width: 160px;
    margin-right: 24px;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_b li a {
    display: flex;
    color: #fff;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_b li a h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_b ol {
    display: flex;
    flex-wrap: wrap;
    width: 150px;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_b ol li {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0 12px 7px 0;
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_b ol li:first-of-type:after {
    content: '';
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: rgba(217, 217, 217, 0.30);
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}

#course_detail .detail_bottom .detail_bottom_r .detail_bottom_r_b ol li img {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 0;
}


/* 教师列表 */

#teacher_list #public_horizontal_nav_sub input {
    height: 40px;
    border: none;
    background: url(../images/icon/icon_search1.png) no-repeat rgba(255, 255, 255, 0.2) 10px center;
    background-size: 16px 16px;
    border-radius: 5px;
    padding-left: 35px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 224px;
}

#teacher_list #public_horizontal_nav_sub input::placeholder {
    color: #fff;
}


/* 教师详情 */

#teacher_detail .detail_top {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(8, 14, 24, 0.40);
    backdrop-filter: blur(20px);
    overflow: hidden;
    padding: 2.5%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    color: #fff;
}

#teacher_detail .detail_top .detail_top_l {
    width: 9.5%;
}
#teacher_detail .detail_top .detail_top_l img{
    border-radius: 50%;
}
#teacher_detail .detail_top .detail_top_r {
    width: 88%;
}

#teacher_detail .detail_top .detail_top_r .title_collect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

#teacher_detail .detail_top .detail_top_r .title_collect h5 {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

#teacher_detail .detail_top .detail_top_r .title_collect h5 #public_role {
    font-size: 14px;
    padding: 0 12px;
    margin-left: 24px;
    height: 18px;
}

#teacher_detail .detail_top .detail_top_r .title_collect ol {
    display: flex;
    margin-top: 20px;
}

#teacher_detail .detail_top .detail_top_r .title_collect ol li {
    position: relative;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
}

#teacher_detail .detail_top .detail_top_r .title_collect ol li:first-of-type:after {
    content: '';
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: rgba(217, 217, 217, 0.30);
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

#teacher_detail .detail_top .detail_top_r .title_collect ol li img {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 0;
}

#teacher_detail .detail_top .detail_top_r .title_collect ul {
    display: flex;
}

#teacher_detail .detail_top .detail_top_r .title_collect ul img {
    display: inline-block;
    width: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

#teacher_detail .detail_top .detail_top_r .title_collect ul li {
    margin-left: 32px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    fill: rgba(255, 255, 255, 0.30);
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(6.424731254577637px);
    padding: 0 18px;
    border-radius: 40px;
    border: 1px solid rgba(217, 217, 217, 0.30);
    cursor: pointer;
    display: flex;
    align-items: center;
}

#teacher_detail .detail_top .detail_top_r .title_collect ul li:first-of-type {
    margin-left: 0;
}

#teacher_detail .detail_top .detail_top_r .title_collect+p {
    line-height: 28px;
}


/* 列表-我的学校云-未认证 */

#school_list #public_main ul {
    margin-top: 60px;
}

#school_list #public_main li {
    display: flex;
    background-color: rgba(8, 14, 24, 0.40);
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 5px;
    padding: 40px 3%;
    margin-bottom: 20px;
}
#school_list #public_main li div{
    width: 100%;
}

#school_list #public_main li .logo {
    width: 12%;
    height: 12%;
    margin-right: 42px;
    border-radius: 50%;
    border: 5px solid #fff;
}

#school_list #public_main li div img {
    width: 6px;
    height: 12px;
}

#school_list #public_main li div h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.28px;
    margin-bottom: 27px;
}

#school_list #public_main li div h5 span {
    display: flex;
    align-items: center;
    color: #BB271A;
    text-align: right;
    font-size: 16px;
    letter-spacing: -0.16px;
    background-color: #FFF;
    width: 113px;
    height: 48px;
    border-radius: 50px;
    justify-content: center;
    cursor: pointer;
}

#school_list #public_main li div h5 span img {
    margin-left: 10px;
}

#school_list #public_main li div p {
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
}


/* 首页-我的学校云-未认证 */

#school_not_certified .wrap_68 {
    min-height: 798px;
    width: 75%;
}

#school_not_certified .wrap_68 p {
    color: #fff;
}

#school_not_certified .wrap_68 ul {
    margin-top: 2vh;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background-color: rgba(8, 14, 24, 0.40);
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 2vw;
}

#school_not_certified .wrap_68 ul li {
    display: flex;
    align-items: center;
    width: 45.5%;
    margin: 0 3% 2vw;
    color: #FFF;
    justify-content: space-between;
    padding: 35px 28px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background-color: rgba(8, 14, 24, 0.40);
}

#school_not_certified .wrap_68 ul li:nth-of-type(2n) {
    margin-left: 0;
}

#school_not_certified .wrap_68 ul li .logo {
    width: 23%;
    margin-right: 4.5%;
    border-radius: 50%;
	border: 5px solid #fff;
}

#school_not_certified .wrap_68 ul li span img {
    width: 6px;
    height: 12px;
}

#school_not_certified .wrap_68 ul li div {
    width: 61%;
    height: 100%;
}

#school_not_certified .wrap_68 ul li h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.28px;
    margin-bottom: 16px;
}

#school_not_certified .wrap_68 ul li p {
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 20px 0;
    text-align: justify;
    height: auto;
}

#school_not_certified .wrap_68 ul li span {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #BB271A;
    width: 20%;
    text-align: center;
    background-color: #FFF;
    justify-content: center;
    padding: 13px 0;
    margin-left: 4%;
    border-radius: 50px;
    cursor: pointer;
    min-width: 75px;
}

#school_not_certified .wrap_68 ul li span img {
    margin-left: 10px;
}

#school_not_certified_list #public_main {
    min-height: auto;
}


/* 我的学校云 */

#school_detail .detail_top {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(8, 14, 24, 0.40);
    backdrop-filter: blur(20px);
    overflow: hidden;
    padding: 2.5%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #fff;
}

#school_detail .detail_top .detail_top_l {
    width: 11.7%;
}
#school_detail .detail_top .detail_top_l img {
    border-radius: 50%;
	border: 5px solid #fff;
}

#school_detail .detail_top .detail_top_r {
    width: 85.5%;
}

#school_detail .detail_top .detail_top_r .title_collect {
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
    align-items: center;
}

#school_detail .detail_top .detail_top_r .title_collect h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.28px;
}

#school_detail .detail_top .detail_top_r .title_collect p {
    color: #C6C8CA;
    font-size: 20px;
    font-weight: 500;
    line-height: 48px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.3);
    width: 273px;
    text-align: center;
}

#school_detail .detail_top .detail_top_r .title_collect+p {
    line-height: 28px;
}

#school_detail #public_tabs {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    backdrop-filter: initial
}

#school_detail #public_tabs .swiper-pagination {
    padding: 0 0 14px;
}

#school_detail #public_tabs .swiper-pagination-bullet {
    color: rgba(255, 255, 255, 0.40);
    font-size: 28px;
    letter-spacing: -0.28px;
}

#school_detail #public_tabs .swiper-pagination-bullet-active {
    color: #fff;
}

#school_detail #public_tabs .swiper-pagination-bullet-active span::after {
    display: none;
}

#school_detail #public_tabs .swiper-slide {
    padding: 14px 0 0;
}

#school_detail #public_tabs input {
    height: 40px;
    border: none;
    background: url(../images/icon/icon_search1.png) no-repeat rgba(255, 255, 255, 0.2) 10px center;
    background-size: 16px 16px;
    border-radius: 5px;
    padding-left: 35px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 224px;
    position: absolute;
    top: -60px;
    right: 0;
}

#school_detail #public_tabs input::placeholder {
    color: #fff;
}


/* 弹层 */

.public_pop {
    border-radius: 20px!important;
    overflow: hidden;
}

.public_pop .layui-layer-setwin {
    position: static;
}

.public_pop .layui-layer-setwin .layui-layer-close2 {
    right: 24px;
    top: 20px;
    background: url(../images/icon/icon_close.png) no-repeat;
    background-size: 24px 24px;
}

.public_pop .layui-layer-setwin .layui-layer-close2:hover {
    background-position: 0 0;
}

.public_pop body {
    background-color: #fff!important;
}


/* 认证弹层 */

#pop_certified #public_tabs .swiper-pagination {
    height: auto;
    justify-content: space-around;
    border-bottom: 1px solid #D0D0D0;
    background-color: #fff;
}

#pop_certified #public_tabs {
    background-color: transparent;
    padding: 0;
}

#pop_certified #public_tabs .swiper-pagination-bullet {
    color: #6E6D79;
    font-size: 20px;
    line-height: 62px;
    height: 62px;
    margin: 0;
}

#pop_certified #public_tabs .swiper-pagination-bullet-active {
    font-weight: normal;
    color: #BB271A;
}

#pop_certified #public_tabs .swiper-pagination-bullet-active span::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #BB271A;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
}

#pop_certified #public_tabs .swiper-slide {
    padding: 32px 40px;
    background-color: #fff;
}

#pop_certified .certified_title {
    color: #6E6D79;
    font-size: 16px;
}

#pop_certified form div {
    margin-top: 30px;
}

#pop_certified form div label {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
}

#pop_certified form div input {
    height: 52px;
    width: 100%;
    background-color: rgba(198, 198, 198, 0.30);
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
}

#pop_certified form div.btn {
    text-align: center;
}

#pop_certified form div button {
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.16px;
    width: 120px;
    line-height: 46px;
    display: inline-block;
    border-radius: 46px;
    background: rgba(198, 198, 198, 0.30);
}

#pop_certified form div button.cancel {
    margin-right: 32px;
}

#pop_certified form div button.submit {
    color: #BB271A;
    background-color: transparent;
    border: 1px solid #BB271A;
}


/* 服务协议弹层 */

#pop_agreement {
    padding: 0 33px;
}

#pop_agreement h5 {
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.8px;
    margin: 19px 0 24px;
}

#pop_agreement p {
    color: #6E6D79;
    line-height: 28px;
    margin-bottom: 32px;
}
#pop_agreement .handle_wrap{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 46px;
}
#pop_agreement .handle_wrap .agree_btn{
    width: 120px;
    height: 46px;
    border: 1px solid #bb271a;
    text-align: center;
    line-height: 46px;
    border-radius: 23px;
    margin-left: 30px;
    font-size: 16px;
    color: #bb271a;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
}
#pop_agreement .handle_wrap .cancel_btn{
    width: 120px;
    height: 46px;
    border: 1px solid #d9d9d9;
    text-align: center;
    line-height: 46px;
    border-radius: 23px;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    color: rgba(110, 109, 121, 0.80);
    background-color: rgba(198, 198, 198, 0.30);;
    box-sizing: border-box;
}

#pop_agreement .agreement {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BB271A;
}

#pop_agreement input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin-right: 14px;
}

#pop_agreement input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 100%;
    height: 100%;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px
}

#pop_agreement input[type=checkbox]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #BB271A;
}


/* 登录或注册 */

.login_register {
    display: flex;
}

.login_register .login_register_bg {
    position: relative;
    background: url(../images/bg/login_register.png);
    background-size: cover;
    height: 100vh;
    width: 50%;
}
.login_register .login_register_bg::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(3px);
}
.login_register .login_register_bg img {
    position: relative;
    width: 140px;
    margin: 22px 40px;
}

.login_register .form_box {
    display: flex;
    align-items: center;
    width: 50%;
    background-color: #fff;
    /* padding-top: 179px; */
}


/* 登录 */

#login #public_tabs {
    width: 513px;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #fff;
    padding: 0;
}

#login #public_tabs .swiper-pagination {
    border: none;
    padding: 0;
    justify-content: center;
}

#login #public_tabs .swiper-pagination-bullet {
    color: #000;
    font-size: 20px;
    letter-spacing: 0.8px;
    margin-right: 64px;
    height: auto;
    line-height: normal;
}

#login #public_tabs .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
}

#login #public_tabs .swiper-pagination-bullet span {
    display: inline-block;
    line-height: normal;
    padding: 0 0 5px;
}

#login #public_tabs .swiper-pagination-bullet-active {
    font-weight: normal;
}

#login #public_tabs .swiper-pagination-bullet-active span::after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -8px;
    background-color: #BB271A;
    transform: translate(0, 0);
}

#login #public_tabs .swiper-slide {
    padding: 58px 0;
}


/* 注册 */

#register {
    display: flex;
}

#register .register_bg {
    background: url(../images/bg/login_register.png);
    background-size: cover;
    height: 100vh;
    width: 50%;
}

#register .register_bg img {
    width: 124px;
    margin: 25px 8.4%;
}

#register form {
    width: 513px;
    box-sizing: border-box;
    margin: 0 auto;
}

#register form h5 {
    color: #000;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 1.36px;
    margin-bottom: 32px;
}

#register form .exist,#login .exist {
    margin-top: 30px;
    text-align: center;
    color: rgba(110, 109, 121, 0.80);
}
#login .exist{
    margin-top: 0px;
}
#login .exist a,#register form .exist a {
    color: #BB271A;
    text-decoration-line: underline;
}
#login .other{
    margin-top: 20px;
	text-align: center;
    color: rgba(110, 109, 121, 0.80);
}
#login .other-login-type {
    margin-top: 10px;
}
#login .other-login-type li{
    float: left;
    padding: 10px 0;
}
#login .other-login-type li img{
    width: 60%;
}
/* 登录或注册表单 */

.login_register_form .item {
    margin-bottom: 40px;
    position: relative;
    border-radius: 5px;
}

.login_register_form input[type='text'],.login_register_form input[type='password'] {
    display: block;
    width: 100%;
    height: 57px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    padding: 0 20px;
    box-sizing: border-box;
}

.login_register_form .code {
    position: relative;
}

.login_register_form .code img {
    position: absolute;
    right: 10px;
    width: 101px;
    top: 50%;
    transform: translateY(-50%);
}

.login_register_form .code .code_btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    line-height: 55px;
    width: auto;
    top: 1px;
    color: #BB271A;
    font-size: 16px;
    letter-spacing: 0.64px;
}

.login_register_form .agreement {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 24px 0 40px;
}

.login_register_form .agreement div {
    display: flex;
    align-items: center;
    color: rgba(110, 109, 121, 0.80);
    letter-spacing: 0.56px;
}

.login_register_form .agreement div:first-of-type a {
    color: rgba(110, 109, 121, 0.80);
    letter-spacing: 0.56px;
    text-decoration: underline;
}

.login_register_form .agreement div:last-of-type a {
    letter-spacing: 0.56px;
}

.login_register_form input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin-right: 14px;
}

.login_register_form input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 100%;
    height: 100%;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px
}

.login_register_form input[type=checkbox]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #BB271A;
}

.login_register_form .btn button {
    display: block;
    width: 100%;
    height: 57px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.72px;
    border-radius: 8px;
    background: #BB271A;
}

.login_register_form .error_mes {
    color: #BB271A;
    margin-top: 8px;
    display: none;
}

.login_register_form input[type='text'].error {
    border-color: #BB271A;
}

.login_register_form input[type='text'].error+.error_mes {
    display: block;
}
.login_register_form input[type='password'].error {
    border-color: #BB271A;
}

.login_register_form input[type='password'].error+.error_mes {
    display: block;
}
.login_register_form .btn {
    margin-top: 40px;
}

.empty_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - 280px);
    margin-top: 50px;
   background-color: rgba(0,0,0,0.4);
    border-radius: 20px;
}
.empty_wrap img{
    width: 70px;
}
.empty_wrap p{
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
}

/* 消息系统 start*/
#home-news-card {
  display: none;
  position: absolute;
  width: 400px;
  height: 500px;
  left: -90px;
  top: 55px;
  background-color: #fff;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  z-index: 100;
}
#home-news-card .head-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
  height: 34px;
  border-bottom: 1px solid #e5e6eb;
}
#home-news-card .head-wrap .head-list {
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #7f7f7f;
  font-weight: 600;
  margin-right: 16px;
  box-sizing: border-box;
}
#home-news-card .head-wrap .active {
  color: #d22b2c;
  border-bottom: 2px solid #d22b2c;
}
#home-news-card .news-footer {
  display: flex;
  width: 100%;
  height: 42px;
  border-top: 1px solid #e5e6eb;
}
#home-news-card .news-footer .list {
  flex: 1;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  border-right: 1px solid #e5e6eb;
}
#home-news-card .news-footer .list:last-child {
  border-radius: 0;
}
#home-news-card .news-main {
  padding: 24px;
  height: 356px;
  overflow: auto;
}
#home-news-card .news-main .desc {
  width: 240px;
}
#home-news-card .news-main .desc .text {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 22px !important;
}
#home-news-card .news-main .desc .date {
  color: #999;
  margin-top: 8px;
  line-height: 22px !important;
}

#home-news-card .news-main .course-wrap .course-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 16px;
}
#home-news-card .news-main .course-wrap .course-list .tag {
  width: 96px;
  color: #999;
  font-weight: 600;
  line-height: 22px !important;
}
#home-news-card .news-main .course-wrap .course-list .color999 {
  color: #999;
}
#home-news-card .news-main .chat-wrap .chat-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 16px;
}
#home-news-card .news-main .chat-wrap .chat-list .head-img {
  width: 48px;
  height: 48px;
}
#home-news-card .news-main .chat-wrap .chat-list .head-img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
#home-news-card .news-main .chat-wrap .chat-list .desc {
  width: 288px;
}
#home-news-card .news-main::-webkit-scrollbar {
  width: 0px;
  position: absolute;
  right: 0;
}
#home-news-card .news-main::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
}
#home-news-card .news-main:hover::-webkit-scrollbar {
  width: 3px;
  /* display: block; */
}
#home-news-card .head-wrap li{
  position: unset;
}
#news-list {
  width: 90%;
  margin: 20px auto;
}
#news-list .news-top {
  padding: 16px 24px 0;
  background-color: #fff;
  min-height: 60px;
}
#news-list .news-top .bread {
  display: flex;
  width: 100%;
}
#news-list .news-top .bread .bread-list {
  font-size: 14px;
  color: #999;
}
#news-list .news-top .bread .bread-list:last-child {
  color: #333;
}
#news-list .news-top .bread .line {
  margin: 0 8px;
}
#news-list .news-top .tag {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 28px;
  margin-top: 8px;
}
#news-list .news-top .tab-wrap {
  display: flex;
  padding-left: 8px;
  height: 34px;
  margin-top: 8px;
}
#news-list .news-top .tab-wrap .tab-list {
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #7f7f7f;
  font-weight: 600;
  margin-right: 16px;
  cursor: pointer;
}
#news-list .news-top .tab-wrap .active {
  color: #d22b2c;
  border-bottom: 2px solid #d22b2c;
}
#news-list .news-main {
  width: 100%;
  padding: 16px 0;
  margin-top: 20px;
  background-color: #fff;
}
#news-list .news-main .news-tab-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
#news-list .news-main .news-tab-wrap .news-tab {
  display: flex;
  align-items: center;
  height: 48px;
}
#news-list .news-main .news-tab-wrap .news-tab .news-tab-list {
  width: 52px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  color: #d22b2c;
  margin-right: 8px;
  cursor: pointer;
  line-height: 32px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #d22b2c;
}
#news-list .news-main .news-tab-wrap .news-tab .active {
  background-color: #d22b2c;
  color: #fff;
}
#news-list .news-main .news-tab-wrap .all-set-btn {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}
#news-list .news-main .news-cont {
  width: 100%;
}
#news-list .news-main .news-cont .news-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  height: 60px;
  margin: 8px 0;
}
#news-list .news-main .news-cont .news-line .line-left {
  display: flex;
  align-items: center;
}
#news-list .news-main .news-cont .news-line .line-left .label {
  width: 40px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  background-color: #d22b2c;
}
#news-list .news-main .news-cont .news-line .line-left .none {
  background-color: #d1d4da;
  color: #666;
}
#news-list .news-main .news-cont .news-line .line-left .title {
  width: 360px;
  font-size: 16px;
  color: #000;
  margin-left: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#news-list .news-main .news-cont .news-line .line-right {
  display: flex;
}
#news-list .news-main .news-cont .news-line .line-right .teacher {
  font-size: 16px;
  color: #999;
  margin-right: 16px;
}
#news-list .news-main .news-cont .news-line .line-right .teacher span {
  color: #d22b2c;
}
#news-list .news-main .news-cont .news-line .line-right .date {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999;
}
#news-list .news-main .news-cont .news-line .line-right .date .icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
#news-list .news-main .news-cont .news-line:hover {
  background-color: #f1f3f6;
}
#news-list .news-content {
  padding: 24px;
  margin-top: 20px;
  background-color: #fff;
}
#news-list .news-content .title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
#news-list .news-content .info {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 16px;
  color: #666;
}
#news-list .news-content .info span {
  color: #d22b2c;
}
#news-list .news-content .info .time {
  margin: 0 16px;
}
#news-list .news-content .info .date {
  display: flex;
  align-items: center;
}
#news-list .news-content .info .date .icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
#news-list .news-content .rich {
  padding: 16px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
/* 消息系统 end */
    .basic-form-item_content .radio-group {
	    margin-bottom: 40px;
	}
	.radio-group .radio-item, .checkbox-group .checkbox-item {
	    display: inline-block;
	}
	.radio-group .radio-item .radio-label, .checkbox-group .checkbox-item .checkbox-label {
	    display: inline-block;
	    line-height: 22px;
	    font-size: 0;
	    vertical-align: middle;
	}
	.radio-group .radio-item .radio-icon, .checkbox-group .checkbox-item .checkbox-icon {
	    display: inline-block;
	    width: 16px;
	    height: 16px;
	    background: url(../images/icon/icon_radio.png) top left no-repeat;
	    background-size: 16px 16px;
	    vertical-align: middle;
	}
	.radio-group .radio-item input, .checkbox-group .checkbox-item input {
	    display: none;
	}
	.radio-group .radio-item .radio-label span, .checkbox-group .checkbox-item .checkbox-label span {
		display: inline-block;
		vertical-align: middle;
		color: #333;
		font-family: PingFang SC;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		margin-left: 8px;
	}
	.radio-group .radio-item + .radio-item, .checkbox-group .checkbox-item + .checkbox-item {
		margin-left: 16px;
	}
	.radio-group .radio-item input:checked + .radio-icon {
		background: url(../images/icon/icon_radio_active.png) top left no-repeat;
		background-size: 16px 16px;
	}
	.custom-tips {
    position: relative;
    margin-left: 8px;
    z-index: 101;
}
.custom-tips .icon-guide {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.custom-tips .custom-tips-text {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 6px 8px;
    width: 248px;
    box-sizing: border-box;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.75);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}
.custom-tips .custom-tips-text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 2px 0px 0px 0px;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.custom-tips:hover .custom-tips-text {
    visibility: visible;
    opacity: 1;
}